Class TrafficEndpointConfiguration
java.lang.Object
de.gematik.test.tiger.common.data.config.tigerProxy.TrafficEndpointConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionTrafficEndpointConfiguration(String name, String wsEndpoint, String stompTopic) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()inthashCode()voidvoidsetStompTopic(String stompTopic) voidsetWsEndpoint(String wsEndpoint) toString()
-
Constructor Details
-
TrafficEndpointConfiguration
@ConstructorProperties({"name","wsEndpoint","stompTopic"}) public TrafficEndpointConfiguration(String name, String wsEndpoint, String stompTopic) -
TrafficEndpointConfiguration
public TrafficEndpointConfiguration()
-
-
Method Details