Uses of Interface
org.chenile.pubsub.ChenilePub
Packages that use ChenilePub
Package
Description
Contains the Publisher and subscriber for Chenile MQTT.
-
Uses of ChenilePub in org.chenile.mqtt.pubsub
Classes in org.chenile.mqtt.pubsub that implement ChenilePub -
Uses of ChenilePub in org.chenile.orchestrator.process
Fields in org.chenile.orchestrator.process declared as ChenilePubModifier and TypeFieldDescription(package private) ChenilePubQueueBasedProcessStarter.chenilePub -
Uses of ChenilePub in org.chenile.pubsub.configuration
Method parameters in org.chenile.pubsub.configuration with type arguments of type ChenilePubModifier and TypeMethodDescriptionPubSubConfiguration.externalApiPublisher(ObjectProvider<ChenilePub> chenilePubProvider, ExternalApiProperties externalApiProperties) -
Uses of ChenilePub in org.chenile.pubsub.kafka.configuration
Methods in org.chenile.pubsub.kafka.configuration that return ChenilePubModifier and TypeMethodDescriptionKafkaConfiguration.chenilePub(org.springframework.kafka.core.KafkaTemplate<String, String> kafkaTemplate, PubSubInfoProvider pubSubInfoProvider) -
Uses of ChenilePub in org.chenile.pubsub.kafka.impl
Classes in org.chenile.pubsub.kafka.impl that implement ChenilePub -
Uses of ChenilePub in org.chenile.pubsub.logging
Fields in org.chenile.pubsub.logging with type parameters of type ChenilePubModifier and TypeFieldDescriptionprivate final ObjectProvider<ChenilePub> PubSubExternalApiPublisher.chenilePubProviderConstructor parameters in org.chenile.pubsub.logging with type arguments of type ChenilePubModifierConstructorDescriptionPubSubExternalApiLogPublisher(ObjectProvider<ChenilePub> chenilePubProvider, ExternalApiProperties properties) Deprecated.PubSubExternalApiPublisher(ObjectProvider<ChenilePub> chenilePubProvider, ExternalApiProperties properties)