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): Future[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: Function1[Error, Any]): producer.type
- Annotations
- @inline()
- See also
Producer.on()
-
def
onReady(callback: Function): producer.type
- Annotations
- @inline()
- See also
Producer.on()
- val producer: Producer
-
def
sendFuture(payloads: Array[ProduceRequest]): Future[Unit]
- Annotations
- @inline()
- See also
Producer.send()
-
def
toString(): String
- Definition Classes
- Any