org.gcube.data.streams.publishers
Interface ThreadProvider


public interface ThreadProvider

Provides Threads for the asynchronous publicaton of Stream.

Author:
Fabio Simeoni

Method Summary
 Thread newThread(Runnable task)
          Provides a new Thread in which to execute the publication task.
 

Method Detail

newThread

Thread newThread(Runnable task)
Provides a new Thread in which to execute the publication task.

Parameters:
task - the task
Returns:
the Thread


Copyright © 2012. All Rights Reserved.