Package io.joynr.jeeintegration.api
Interface JoynrConnectionService
-
- All Known Implementing Classes:
JoynrConnectionServiceBean
public interface JoynrConnectionServiceInject this service into your application in order to programmatically trigger the mqtt subscription to the shared subscriptions topic. This is allowed only if the automatic subscription on startup was disabled viaJeeIntegrationPropertyKeys.PROPERTY_KEY_JEE_SUBSCRIBE_ON_STARTUP.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyReadyForRequestProcessing()Call this method when your providers are ready to handle requests.
-
-
-
Method Detail
-
notifyReadyForRequestProcessing
void notifyReadyForRequestProcessing()
Call this method when your providers are ready to handle requests. It will trigger the MQTT subscription to the shared subscription topic. Use only if the automatic subscription on startup was disabled viaJeeIntegrationPropertyKeys.PROPERTY_KEY_JEE_SUBSCRIBE_ON_STARTUP.
-
-