Class WebsocketValidationResponse
- java.lang.Object
-
- ca.uhn.fhir.jpa.subscription.module.subscriber.websocket.WebsocketValidationResponse
-
public class WebsocketValidationResponse extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveSubscriptiongetActiveSubscription()StringgetMessage()static WebsocketValidationResponseINVALID_RESPONSE(String theMessage)booleanisValid()static WebsocketValidationResponseVALID_RESPONSE(ActiveSubscription theActiveSubscription)
-
-
-
Method Detail
-
INVALID_RESPONSE
public static WebsocketValidationResponse INVALID_RESPONSE(String theMessage)
-
VALID_RESPONSE
public static WebsocketValidationResponse VALID_RESPONSE(ActiveSubscription theActiveSubscription)
-
isValid
public boolean isValid()
-
getMessage
public String getMessage()
-
getActiveSubscription
public ActiveSubscription getActiveSubscription()
-
-