Class SecureSignalsRegistry
java.lang.Object
com.vaadin.hilla.signals.internal.SecureSignalsRegistry
Proxy for the accessing the SignalRegistry.
-
Constructor Summary
ConstructorsConstructorDescriptionSecureSignalsRegistry(EndpointInvoker invoker, tools.jackson.databind.ObjectMapper objectMapper) -
Method Summary
-
Constructor Details
-
SecureSignalsRegistry
public SecureSignalsRegistry(EndpointInvoker invoker, tools.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
register
public void register(String clientSignalId, String endpointName, String methodName, tools.jackson.databind.node.ObjectNode body) throws EndpointInvocationException.EndpointHttpException -
unsubscribe
-
get
public InternalSignal get(String clientSignalId) throws EndpointInvocationException.EndpointHttpException
-