Interface BarrageMessageProducer.Adapter<T,V>

Type Parameters:
T - Type to convert from.
V - Type to convert to.
Enclosing class:
BarrageMessageProducer

public static interface BarrageMessageProducer.Adapter<T,V>
Helper to convert from SubscriptionRequest to Options and from MessageView to InputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    adapt(T t)
     
  • Method Details

    • adapt

      V adapt(T t)