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

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

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

origin: sitewhere/sitewhere

@Override
public String getConsumerGroupId() throws SiteWhereException {
return getMicroservice().getKafkaTopicNaming().getInstancePrefix() + GROUP_ID_SUFFIX;
}
origin: sitewhere/sitewhere

@Override
public String getConsumerGroupId() throws SiteWhereException {
return getMicroservice().getKafkaTopicNaming().getInstancePrefix() + GROUP_ID_SUFFIX;
}
com.sitewhere.spi.microservice.kafkaIKafkaTopicNaminggetInstancePrefix

Javadoc

Get prefix that uniquely identifies SiteWhere instance.

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
  • getInboundPersistedEventsTopic
    Get topic for events that have been persisted to an event datastore.
  • 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

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Reference (javax.naming)
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top 15 Vim Plugins
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