congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
TopicBuilder.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
pl.allegro.tech.hermes.test.helper.builder.TopicBuilder
constructor

Best Java code snippets using pl.allegro.tech.hermes.test.helper.builder.TopicBuilder.<init> (Showing top 6 results out of 315)

origin: allegro/hermes

public static TopicBuilder topic(TopicName topicName) {
  return new TopicBuilder(topicName);
}
origin: pl.allegro.tech.hermes/hermes-test-helper

public static TopicBuilder topic(TopicName topicName) {
  return new TopicBuilder(topicName);
}
origin: allegro/hermes

public static TopicBuilder topic(String qualifiedName) {
  return new TopicBuilder(TopicName.fromQualifiedName(qualifiedName));
}
origin: pl.allegro.tech.hermes/hermes-test-helper

public static TopicBuilder topic(String qualifiedName) {
  return new TopicBuilder(TopicName.fromQualifiedName(qualifiedName));
}
origin: pl.allegro.tech.hermes/hermes-test-helper

public static TopicBuilder topic(String groupName, String topicName) {
  return new TopicBuilder(new TopicName(groupName, topicName));
}
origin: allegro/hermes

public static TopicBuilder topic(String groupName, String topicName) {
  return new TopicBuilder(new TopicName(groupName, topicName));
}
pl.allegro.tech.hermes.test.helper.builderTopicBuilder<init>

Popular methods of TopicBuilder

  • build
  • topic
  • withDescription
  • withRetentionTime
  • withAck
  • withSchemaVersionAwareSerialization
  • withTrackingEnabled

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getSystemService (Context)
  • getContentResolver (Context)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now