Class KafkaEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.kafka.KafkaEndpointCatalog
-
public class KafkaEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.kafka.endpoint.KafkaEndpointBuilderasynchronous()Gets the async endpoint builder.static KafkaEndpointCatalogkafka()com.consol.citrus.kafka.endpoint.KafkaEndpointBuildersynchronous()Gets the sync endpoint builder.
-
-
-
Method Detail
-
kafka
public static KafkaEndpointCatalog kafka()
-
asynchronous
public com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public com.consol.citrus.kafka.endpoint.KafkaEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
-