Package app.ductape.sdk.products.builder
Class BrokerChain
java.lang.Object
app.ductape.sdk.products.builder.BrokerChain
Sprint 3 — Broker fluent chain (
.broker(...) with
withTopic / withConsumer / withIdempotency).-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuild()register()withConsumer(String consumerTag, Consumer<BrokerChain.ConsumerBuilder> body) withIdempotency(Map<String, Object> idempotency) withTopic(String topicTag, Consumer<BrokerChain.TopicBuilder> body)
-
Method Details
-
withType
-
withTopic
-
withConsumer
-
withIdempotency
-
with
-
register
-
build
-