Tabnine Logo
TopicBuilder.withRetentionTime
Code IndexAdd Tabnine to your IDE (free)

How to use
withRetentionTime
method
in
pl.allegro.tech.hermes.test.helper.builder.TopicBuilder

Best Java code snippets using pl.allegro.tech.hermes.test.helper.builder.TopicBuilder.withRetentionTime (Showing top 2 results out of 315)

origin: allegro/hermes

public TopicWithSchema createTopic(String group, String topic) {
  Topic created = topic(group, topic)
      .withRetentionTime(1000)
      .withDescription("Test topic")
      .build();
  return createTopic(created);
}
origin: pl.allegro.tech.hermes/hermes-test-helper

public TopicWithSchema createTopic(String group, String topic) {
  Topic created = topic(group, topic)
      .withRetentionTime(1000)
      .withDescription("Test topic")
      .build();
  return createTopic(created);
}
pl.allegro.tech.hermes.test.helper.builderTopicBuilderwithRetentionTime

Popular methods of TopicBuilder

  • build
  • topic
  • <init>
  • withDescription
  • withAck
  • withSchemaVersionAwareSerialization
  • withTrackingEnabled

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • 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