Module handlerannotations
Package com.ensarsarajcic.neovim.java.handler
-
Class Summary Class Description ImmediateExecutorService Simple implementation ofExecutorServicewhich runs all tasks on thread the call was made fromNeovimHandlerManager Simple class used to register and connectNeovimNotificationHandlerandNeovimRequestHandlerIt provides methods to register/unregister any kind of object as neovim handler, but only classes with methods annotated withNeovimNotificationHandlerorNeovimRequestHandlercan be useful, since this will find such methods and call them once notifications/requests arriveNeovimHandlerProxy Class acting as both a container ofRpcListener.RequestCallbackandRpcListener.NotificationCallbackand as a listener