Package xyz.block.ftl.runtime
Class TopicHelper
-
- All Implemented Interfaces:
@Singleton() public class TopicHelper
-
-
Constructor Summary
Constructors Constructor Description TopicHelper(ObjectMapper mapper)
-
Method Summary
Modifier and Type Method Description voidpublish(String topic, String verb, Object message, Class<out TopicPartitionMapper<Object>> partitionMapperType)static TopicHelperinstance()-
-
Method Detail
-
publish
void publish(String topic, String verb, Object message, Class<out TopicPartitionMapper<Object>> partitionMapperType)
-
instance
static TopicHelper instance()
-
-
-
-