Class DispatcherHandler
- java.lang.Object
-
- com.snowflake.connectors.taskreactor.api.DispatcherHandler
-
public class DispatcherHandler extends Object
Handler for the Task Reactor dispatcher.
-
-
Constructor Summary
Constructors Constructor Description DispatcherHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
dispatchWorkItems(Session session, String instanceSchema)
Default handler method for theTASK_REACTOR.DISPATCHER
procedure.
-
-
-
Method Detail
-
dispatchWorkItems
public static String dispatchWorkItems(Session session, String instanceSchema)
Default handler method for theTASK_REACTOR.DISPATCHER
procedure.- Parameters:
session
- Snowpark session objectinstanceSchema
- task reactor instance name- Returns:
- message about number of queue items consumed
-
-