Uses of Interface
org.apache.camel.builder.endpoint.dsl.IggyEndpointBuilderFactory.IggyEndpointBuilder
Packages that use IggyEndpointBuilderFactory.IggyEndpointBuilder
-
Uses of IggyEndpointBuilderFactory.IggyEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IggyEndpointBuilderFactory.IggyEndpointBuilderModifier and TypeMethodDescriptionIggy (camel-iggy) Send and receive message to Apache Iggy streaming platform.Iggy (camel-iggy) Send and receive message to Apache Iggy streaming platform. -
Uses of IggyEndpointBuilderFactory.IggyEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IggyEndpointBuilderFactory.IggyEndpointBuilderModifier and TypeMethodDescriptionIggyEndpointBuilderFactory.IggyEndpointBuilder.autoCreateStream(boolean autoCreateStream) Whether to automatically create stream if it does not exist.IggyEndpointBuilderFactory.IggyEndpointBuilder.autoCreateStream(String autoCreateStream) Whether to automatically create stream if it does not exist.IggyEndpointBuilderFactory.IggyEndpointBuilder.autoCreateTopic(boolean autoCreateTopic) Whether to automatically create topic if it does not exist.IggyEndpointBuilderFactory.IggyEndpointBuilder.autoCreateTopic(String autoCreateTopic) Whether to automatically create topic if it does not exist.IggyEndpointBuilderFactory.AdvancedIggyEndpointBuilder.basic()IggyEndpointBuilderFactory.IggyEndpointBuilder.clientTransport(String clientTransport) Polling strategy.IggyEndpointBuilderFactory.IggyEndpointBuilder.compressionAlgorithm(String compressionAlgorithm) Compression algorithm for message payload.IggyEndpointBuilderFactory.IggyEndpointBuilder.compressionAlgorithm(org.apache.iggy.topic.CompressionAlgorithm compressionAlgorithm) Compression algorithm for message payload.IggyEndpointBuilderFactory.endpointBuilder(String componentName, String path) Iggy server hostname or IP address.Iggy (camel-iggy) Send and receive message to Apache Iggy streaming platform.Iggy (camel-iggy) Send and receive message to Apache Iggy streaming platform.IggyEndpointBuilderFactory.IggyEndpointBuilder.maxTopicSize(Long maxTopicSize) Maximum topic size in bytes (0 means unlimited).IggyEndpointBuilderFactory.IggyEndpointBuilder.maxTopicSize(String maxTopicSize) Maximum topic size in bytes (0 means unlimited).IggyEndpointBuilderFactory.IggyEndpointBuilder.messageExpiry(Long messageExpiry) Message expiry time in seconds (0 means no expiry).IggyEndpointBuilderFactory.IggyEndpointBuilder.messageExpiry(String messageExpiry) Message expiry time in seconds (0 means no expiry).IggyEndpointBuilderFactory.IggyEndpointBuilder.partitionsCount(Long partitionsCount) Number of partitions for the topic.IggyEndpointBuilderFactory.IggyEndpointBuilder.partitionsCount(String partitionsCount) Number of partitions for the topic.Iggy password.IggyEndpointBuilderFactory.IggyEndpointBuilder.port(int port) Iggy server port number.Iggy server port number.IggyEndpointBuilderFactory.IggyEndpointBuilder.replicationFactor(Short replicationFactor) Replication factor for the topic.IggyEndpointBuilderFactory.IggyEndpointBuilder.replicationFactor(String replicationFactor) Replication factor for the topic.Stream identifier.Stream identifier.IggyEndpointBuilderFactory.IggyEndpointBuilder.streamName(String streamName) Stream name.Iggy username.