Class InvalidJwt
- java.lang.Object
-
- org.eclipse.ditto.services.gateway.streaming.InvalidJwt
-
public final class InvalidJwt extends Object
Simple event which signals that a sent JWT was invalid.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InvalidJwtgetInstance()Returns a new instance ofInvalidJwt.StringtoString()
-
-
-
Method Detail
-
getInstance
public static InvalidJwt getInstance()
Returns a new instance ofInvalidJwt.- Returns:
- the instance.
- Throws:
NullPointerException- ifconnectionCorrelationIdisnull.
-
-