Interface ExecutionTemplate

    • Method Detail

      • execute

        <T> T execute​(Callable<T> callback)
        Executes this callback within the context of the connection
        Parameters:
        callback - The callback to execute.
        Returns:
        The result of the callback.