implicit final class ProducerExtensions extends AnyVal
Producer Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProducerExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
createTopicsFuture(topics: Array[String], async: Boolean): Promise[Any]
- Annotations
- @inline()
- See also
Producer.createTopics()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
onError(callback: Function): Producer
- Annotations
- @inline()
- See also
Producer.on()
-
def
onReady(callback: Function): Producer
- Annotations
- @inline()
- See also
Producer.on()
- val producer: Producer
-
def
sendFuture(payloads: Array[Payload]): Promise[Any]
- Annotations
- @inline()
- See also
Producer.send()
-
def
toString(): String
- Definition Classes
- Any