Class StompEndpointRegistryConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.security.jwt.websockets.StompEndpointRegistryConfigs
-
public class StompEndpointRegistryConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description StompEndpointRegistryConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEndpoint()inthashCode()static StompEndpointRegistryConfigsof(String endpoint)voidsetEndpoint(String endpoint)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static StompEndpointRegistryConfigs of(String endpoint)
-
getEndpoint
public String getEndpoint()
-
setEndpoint
public void setEndpoint(String endpoint)
-
canEqual
protected boolean canEqual(Object other)
-
-