Tabnine Logo
IKafkaTopicNaming.getInboundPersistedEventsTopic
Code IndexAdd Tabnine to your IDE (free)

How to use
getInboundPersistedEventsTopic
method
in
com.sitewhere.spi.microservice.kafka.IKafkaTopicNaming

Best Java code snippets using com.sitewhere.spi.microservice.kafka.IKafkaTopicNaming.getInboundPersistedEventsTopic (Showing top 2 results out of 315)

origin: sitewhere/sitewhere

@Override
public List<String> getSourceTopicNames() throws SiteWhereException {
List<String> topics = new ArrayList<String>();
topics.add(
  getMicroservice().getKafkaTopicNaming().getInboundPersistedEventsTopic(getTenantEngine().getTenant()));
return topics;
}
origin: sitewhere/sitewhere

  @Override
  public String getTargetTopicName() throws SiteWhereException {
  return getMicroservice().getKafkaTopicNaming().getInboundPersistedEventsTopic(getTenantEngine().getTenant());
  }
}
com.sitewhere.spi.microservice.kafkaIKafkaTopicNaminggetInboundPersistedEventsTopic

Javadoc

Get topic for events that have been persisted to an event datastore.

Popular methods of IKafkaTopicNaming

  • getTenantPrefix
    Get prefix used for tenant-specific topics.
  • getInboundEnrichedEventsTopic
    Get topic for events that have been persisted and enriched with device/assignment data.
  • getDeviceRegistrationEventsTopic
    Get name for topic that contains events for device registration requests decoded by event sources.
  • getEventSourceDecodedEventsTopic
    Get name for topic that contains events that have been decoded from inbound event sources.
  • getInboundEnrichedCommandInvocationsTopic
    Get topic for device command invocations that have been persisted and enriched with device/assignmen
  • getInstancePrefix
    Get prefix that uniquely identifies SiteWhere instance.
  • getUnregisteredDeviceEventsTopic
    Get name for topic that contains events for devices that were not registered in the system.
  • getEventSourceFailedDecodeTopic
    Get name for topic that contains events that could not be decoded from event sources.
  • getFailedBatchElementsTopic
    Get topic for failed batch elements.
  • getInboundReprocessEventsTopic
    Get topic for inbound events that were sent for out-of-band processing, then returned to be reproces
  • getMicroserviceStateUpdatesTopic
    Get topic name for tracking microservice state updates.
  • getTenantUpdatesTopic
    Get topic name for tracking tenant model updates.
  • getMicroserviceStateUpdatesTopic,
  • getTenantUpdatesTopic,
  • getUndeliveredCommandInvocationsTopic,
  • getUnprocessedBatchElementsTopic,
  • getUnprocessedBatchOperationsTopic

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Github Copilot alternatives
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