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

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

Best Java code snippets using com.sitewhere.spi.microservice.kafka.IKafkaTopicNaming.getUnregisteredDeviceEventsTopic (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()
  .getUnregisteredDeviceEventsTopic(getTenantEngine().getTenant()));
return topics;
}
origin: sitewhere/sitewhere

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

Javadoc

Get name for topic that contains events for devices that were not registered in the system.

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.
  • getInstancePrefix
    Get prefix that uniquely identifies SiteWhere instance.
  • 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

  • Start an intent from android
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Reference (javax.naming)
  • JCheckBox (javax.swing)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Best IntelliJ plugins
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