Class ProcessorProxyTestPreConditioner
java.lang.Object
de.ikor.sip.foundation.testkit.config.ProcessorProxyTestPreConditioner
Adds a mock function to all outgoing Processor Proxies
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Loops through the proxy registry and sets up default NOOP mock function for all outgoing (Endpoint) Processors
-
Constructor Details
-
ProcessorProxyTestPreConditioner
public ProcessorProxyTestPreConditioner()
-
-
Method Details
-
setDefaultMockOnAllEndpointProcessors
@EventListener(org.springframework.boot.context.event.ApplicationReadyEvent.class) public void setDefaultMockOnAllEndpointProcessors()Loops through the proxy registry and sets up default NOOP mock function for all outgoing (Endpoint) Processors
-