Interface TaskReactorExistenceVerifier
-
public interface TaskReactorExistenceVerifier
A utility for verifying whether the Task Reactor is enabled.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TaskReactorExistenceVerifier
getInstance(Session session)
Gets a new instance of the default task reactor existence verifier.boolean
isTaskReactorConfigured()
The method that check if the Task Reactor is used by the application.
-
-
-
Method Detail
-
isTaskReactorConfigured
boolean isTaskReactorConfigured()
The method that check if the Task Reactor is used by the application.- Returns:
- boolean that indicates whether the Task Reactor is used by the application or not.
-
getInstance
static TaskReactorExistenceVerifier getInstance(Session session)
Gets a new instance of the default task reactor existence verifier.- Parameters:
session
- Snowpark session object- Returns:
- a new default task reactor existence verifier instance
-
-