implicit final class HighLevelProducerExtensions extends AnyVal
High Level Producer Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HighLevelProducerExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
HighLevelProducerExtensions(producer: HighLevelProducer)
- producer
the given producer
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
createTopicsAsync(topics: Array[String], async: Boolean): Promise[Any]
- See also
HighLevelProducer.createTopics()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
onError(callback: Function): HighLevelProducer
- See also
HighLevelProducer.on()
-
def
onReady(callback: Function): HighLevelProducer
- See also
HighLevelProducer.on()
- val producer: HighLevelProducer
-
def
sendAsync(payloads: Array[Payload]): Promise[Any]
- See also
HighLevelProducer.send()
-
def
toString(): String
- Definition Classes
- Any