Package com.smeup.jardis.endpoint
Class JardisMemoryLsp
- java.lang.Object
-
- com.smeup.jardis.endpoint.JardisEndPoint
-
- com.smeup.jardis.endpoint.JardisMemory<Object,Object>
-
- com.smeup.jardis.endpoint.JardisMemoryLsp
-
public class JardisMemoryLsp extends JardisMemory<Object,Object>
-
-
Field Summary
-
Fields inherited from class com.smeup.jardis.endpoint.JardisEndPoint
configuration
-
-
Constructor Summary
Constructors Constructor Description JardisMemoryLsp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.smeup.jardis.core.commons.JardisResponse<Object>convertJardisResponse(Object message)booleanisEvent(Object payload)voidnotifyLocker(StringBuilder locker)voidsendNotificationMessage(com.smeup.jardis.core.lsp.handler.LspHandledMethod method, Object params)<T> TsendRequestMessage(com.smeup.jardis.core.lsp.handler.LspHandledMethod method, Object params, Class<T> responseType)-
Methods inherited from class com.smeup.jardis.endpoint.JardisMemory
dispatchBroadcastMessage, dispatchConsumableMessage, onChannelEvent, sendObject, shutdown, start
-
Methods inherited from class com.smeup.jardis.endpoint.JardisEndPoint
getConfiguration
-
-
-
-
Method Detail
-
notifyLocker
public void notifyLocker(StringBuilder locker)
- Specified by:
notifyLockerin classJardisMemory<Object,Object>
-
sendRequestMessage
public <T> T sendRequestMessage(com.smeup.jardis.core.lsp.handler.LspHandledMethod method, Object params, Class<T> responseType) throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
sendNotificationMessage
public void sendNotificationMessage(com.smeup.jardis.core.lsp.handler.LspHandledMethod method, Object params) throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
convertJardisResponse
public com.smeup.jardis.core.commons.JardisResponse<Object> convertJardisResponse(Object message)
- Specified by:
convertJardisResponsein classJardisMemory<Object,Object>
-
isEvent
public boolean isEvent(Object payload)
- Specified by:
isEventin classJardisMemory<Object,Object>
-
-