Interface StitchServiceBinder
-
- All Known Subinterfaces:
CoreStitchServiceClient
- All Known Implementing Classes:
CoreRemoteMongoClientImpl,CoreStitchServiceClientImpl
public interface StitchServiceBinderAn ifc that allows any service of any type to bind to it's associatedCoreStitchServiceClient.CoreStitchServiceClient.bind(StitchServiceBinder)
-
-
Method Summary
Modifier and Type Method Description voidonRebindEvent(RebindEvent rebindEvent)Notify the binder that a rebind event has occured.
-
-
-
Method Detail
-
onRebindEvent
void onRebindEvent(RebindEvent rebindEvent)
Notify the binder that a rebind event has occured. E.g., a change in authentication.- Parameters:
rebindEvent- the rebind event that occurred
-
-