Class TensoricsExpressionStreamFactory

  • All Implemented Interfaces:
    org.streamingpool.core.service.StreamFactory

    public class TensoricsExpressionStreamFactory
    extends java.lang.Object
    implements org.streamingpool.core.service.StreamFactory
    See Also:
    ExpressionBasedStreamId
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <Y> org.streamingpool.core.domain.ErrorStreamPair<Y> create​(org.streamingpool.core.service.StreamId<Y> id, org.streamingpool.core.service.DiscoveryService discoveryService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TensoricsExpressionStreamFactory

        public TensoricsExpressionStreamFactory()
    • Method Detail

      • create

        public <Y> org.streamingpool.core.domain.ErrorStreamPair<Y> create​(org.streamingpool.core.service.StreamId<Y> id,
                                                                           org.streamingpool.core.service.DiscoveryService discoveryService)
        Specified by:
        create in interface org.streamingpool.core.service.StreamFactory