Interface EventingTestKit
public interface EventingTestKit
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAllows to simulate publishing messages for the purposes of testing incoming message flow.static interfacestatic classstatic interfaceAllows to assert published messages for the purposes of testing outgoing message flow. -
Method Summary
Modifier and TypeMethodDescriptiongetStreamIncomingMessages(String service, String streamId) getTopicIncomingMessages(String topic) getTopicOutgoingMessages(String topic) getValueEntityIncomingMessages(String typeId) static EventingTestKitINTERNAL API
-
Method Details
-
start
@InternalApi static EventingTestKit start(akka.actor.ActorSystem system, String host, int port, kalix.javasdk.impl.MessageCodec codec) INTERNAL API -
getTopicOutgoingMessages
-
getTopicIncomingMessages
-
getValueEntityIncomingMessages
-
getEventSourcedEntityIncomingMessages
-
getStreamIncomingMessages
-