Package io.joynr.jeeintegration
Class JoynrConnectionServiceBean
- java.lang.Object
-
- io.joynr.jeeintegration.JoynrConnectionServiceBean
-
- All Implemented Interfaces:
JoynrConnectionService
public class JoynrConnectionServiceBean extends Object implements JoynrConnectionService
-
-
Constructor Summary
Constructors Constructor Description JoynrConnectionServiceBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyReadyForRequestProcessing()Call this method when your providers are ready to handle requests.
-
-
-
Method Detail
-
notifyReadyForRequestProcessing
public void notifyReadyForRequestProcessing()
Description copied from interface:JoynrConnectionServiceCall 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.- Specified by:
notifyReadyForRequestProcessingin interfaceJoynrConnectionService
-
-