Package akka.javasdk.testkit
Class TestKit.MockedEventing
Object
akka.javasdk.testkit.TestKit.MockedEventing
- Enclosing class:
TestKit
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleantoString()withEventSourcedIncomingMessages(String componentId) withKeyValueEntityIncomingMessages(String componentId) withStreamIncomingMessages(String service, String streamId) withTopicIncomingMessages(String topic) withTopicOutgoingMessages(String topic) withWorkflowIncomingMessages(String componentId)
-
Field Details
-
KEY_VALUE_ENTITY
- See Also:
-
EVENT_SOURCED_ENTITY
- See Also:
-
WORKFLOW
- See Also:
-
STREAM
- See Also:
-
TOPIC
- See Also:
-
EMPTY
-
-
Method Details
-
withKeyValueEntityIncomingMessages
-
withEventSourcedIncomingMessages
-
withWorkflowIncomingMessages
-
withStreamIncomingMessages
-
withTopicIncomingMessages
-
withTopicOutgoingMessages
-
toString
-
hasIncomingConfig
public boolean hasIncomingConfig() -
hasConfig
public boolean hasConfig() -
hasOutgoingConfig
public boolean hasOutgoingConfig() -
toIncomingFlowConfig
-
toOutgoingFlowConfig
-