Class CloudEventsContext


  • public final class CloudEventsContext
    extends Object
    This class is used to wrap information about a Cloud Events in the context of Kafka Streams.
    • Constructor Detail

      • CloudEventsContext

        public CloudEventsContext​(String applicationId,
                                  String applicationServer,
                                  String clusterId)
        Creates a new CloudEventsContext instance.
        Parameters:
        applicationId - the application-id.
        applicationServer - the application-server.
        clusterId - the kafka cluster-id.