o
higherkindness.mu.rpc.kafka.kafkaManagementService
KafkaManagement
Companion trait KafkaManagement
object KafkaManagement
- Annotations
- @SuppressWarnings()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KafkaManagement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
Client[F[_]] extends AbstractStub[Client[F]] with KafkaManagement[F]
- Annotations
- @SuppressWarnings()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
alterConfigsMethodDescriptor(implicit ReqM: Marshaller[AlterConfigsRequest], RespM: Marshaller[Unit]): MethodDescriptor[AlterConfigsRequest, Unit]
- Annotations
- @SuppressWarnings()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindService[F[_]](implicit CE: ConcurrentEffect[F], algebra: KafkaManagement[F]): F[ServerServiceDefinition]
- def buildInstance[F[_]](settings: AdminClientSettings[F])(implicit arg0: ContextShift[F], arg1: Concurrent[F]): Resource[F, KafkaManagement[F]]
-
def
client[F[_]](channelFor: ChannelFor, channelConfigList: List[ManagedChannelConfig] = ..., options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): Resource[F, KafkaManagement[F]]
- Annotations
- @SuppressWarnings()
-
def
clientFromChannel[F[_]](channel: F[ManagedChannel], options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): Resource[F, KafkaManagement[F]]
- Annotations
- @SuppressWarnings()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createPartitionsMethodDescriptor(implicit ReqM: Marshaller[CreatePartitionsRequest], RespM: Marshaller[Unit]): MethodDescriptor[CreatePartitionsRequest, Unit]
- Annotations
- @SuppressWarnings()
-
def
createTopicMethodDescriptor(implicit ReqM: Marshaller[CreateTopicRequest], RespM: Marshaller[Unit]): MethodDescriptor[CreateTopicRequest, Unit]
- Annotations
- @SuppressWarnings()
-
def
createTopicsMethodDescriptor(implicit ReqM: Marshaller[CreateTopicRequests], RespM: Marshaller[Unit]): MethodDescriptor[CreateTopicRequests, Unit]
- Annotations
- @SuppressWarnings()
-
def
deleteTopicMethodDescriptor(implicit ReqM: Marshaller[DeleteTopicRequest], RespM: Marshaller[Unit]): MethodDescriptor[DeleteTopicRequest, Unit]
- Annotations
- @SuppressWarnings()
-
def
deleteTopicsMethodDescriptor(implicit ReqM: Marshaller[DeleteTopicsRequest], RespM: Marshaller[Unit]): MethodDescriptor[DeleteTopicsRequest, Unit]
- Annotations
- @SuppressWarnings()
-
def
describeClusterMethodDescriptor(implicit ReqM: Marshaller[Empty.type], RespM: Marshaller[Cluster]): MethodDescriptor[Empty.type, Cluster]
- Annotations
- @SuppressWarnings()
-
def
describeConfigsMethodDescriptor(implicit ReqM: Marshaller[DescribeConfigsRequest], RespM: Marshaller[Configs]): MethodDescriptor[DescribeConfigsRequest, Configs]
- Annotations
- @SuppressWarnings()
-
def
describeConsumerGroupsMethodDescriptor(implicit ReqM: Marshaller[DescribeConsumerGroupsRequest], RespM: Marshaller[ConsumerGroups]): MethodDescriptor[DescribeConsumerGroupsRequest, ConsumerGroups]
- Annotations
- @SuppressWarnings()
-
def
describeTopicsMethodDescriptor(implicit ReqM: Marshaller[DescribeTopicsRequest], RespM: Marshaller[Topics]): MethodDescriptor[DescribeTopicsRequest, Topics]
- Annotations
- @SuppressWarnings()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listConsumerGroupOffsetsMethodDescriptor(implicit ReqM: Marshaller[ListConsumerGroupOffsetsRequest], RespM: Marshaller[ConsumerGroupOffsets]): MethodDescriptor[ListConsumerGroupOffsetsRequest, ConsumerGroupOffsets]
- Annotations
- @SuppressWarnings()
-
def
listConsumerGroupsMethodDescriptor(implicit ReqM: Marshaller[Empty.type], RespM: Marshaller[ConsumerGroupListings]): MethodDescriptor[Empty.type, ConsumerGroupListings]
- Annotations
- @SuppressWarnings()
-
def
listTopicsMethodDescriptor(implicit ReqM: Marshaller[Empty.type], RespM: Marshaller[TopicListings]): MethodDescriptor[Empty.type, TopicListings]
- Annotations
- @SuppressWarnings()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unsafeClient[F[_]](channelFor: ChannelFor, channelConfigList: List[ManagedChannelConfig] = ..., options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): KafkaManagement[F]
- Annotations
- @SuppressWarnings()
-
def
unsafeClientFromChannel[F[_]](channel: Channel, options: CallOptions = io.grpc.CallOptions.DEFAULT)(implicit CE: ConcurrentEffect[F], CS: ContextShift[F]): KafkaManagement[F]
- Annotations
- @SuppressWarnings()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()