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

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

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

origin: sitewhere/sitewhere

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

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

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

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

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

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

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

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

@Override
public String getConsumerGroupId() throws SiteWhereException {
return getMicroservice().getKafkaTopicNaming().getTenantPrefix(getTenantEngine().getTenant()) + "connector."
  + getOutboundConnector().getConnectorId();
}
origin: sitewhere/sitewhere

@Override
public String getConsumerGroupId() throws SiteWhereException {
return getMicroservice().getKafkaTopicNaming().getTenantPrefix(getTenantEngine().getTenant())
  + "rule-processor." + getRuleProcessor().getProcessorId();
}
com.sitewhere.spi.microservice.kafkaIKafkaTopicNaminggetTenantPrefix

Javadoc

Get prefix used for tenant-specific topics.

Popular methods of IKafkaTopicNaming

  • 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.
  • 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

  • Making http post requests using okhttp
  • requestLocationUpdates (LocationManager)
  • getContentResolver (Context)
  • getSystemService (Context)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Top Sublime Text 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