congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
IKafkaTopicNaming.getInboundEnrichedEventsTopic
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: sitewhere/sitewhere

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

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

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

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

Javadoc

Get topic for events that have been persisted and enriched with device/assignment data.

Popular methods of IKafkaTopicNaming

  • getTenantPrefix
    Get prefix used for tenant-specific topics.
  • 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
  • getInboundPersistedEventsTopic
    Get topic for events that have been persisted to an event datastore.
  • 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

  • Creating JSON documents from java classes using gson
  • getSharedPreferences (Context)
  • setContentView (Activity)
  • getApplicationContext (Context)
  • Menu (java.awt)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • JFrame (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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