MCPcopy Create free account

hub / github.com/badu/bus / types & classes

Types & classes47 in github.com/badu/bus

StructBus
Bus is being returned when you subscribe, so you can manually Cancel
main.go:115
InterfaceCloser
test_scenarios/factory-request-reply/events/main.go:50
StructConsumer
main_test.go:174
StructCreateOrderEvent
test_scenarios/request-reply-with-cancellation/events/main.go:29
StructDummyEvent
test_scenarios/fire-and-forget/events/main.go:18
StructEmailServiceImpl
test_scenarios/fire-and-forget/notifications/email_service.go:11
StructEvent1
main_test.go:128
StructEvent2
main_test.go:129
StructEvent3
main_test.go:130
StructEvent4
main_test.go:131
StructEvent5
main_test.go:132
StructEventState
test_scenarios/request-reply-with-cancellation/events/main.go:7
StructInventoryGRPCClientRequestEvent
test_scenarios/factory-request-reply/events/main.go:10
StructListener
Listener is being returned when you subscribe to a topic, so you can unsubscribe or access the parent topic
main.go:19
StructNewOrder
test_scenarios/request-reply-with-cancellation/events/main.go:25
StructOrder
test_scenarios/request-reply-callback/orders/repository.go:11
StructOrder
test_scenarios/request-reply-with-cancellation/orders/repository.go:10
StructOrderStatus
test_scenarios/request-reply-callback/orders/repository.go:16
StructPricesGRPCClientRequestEvent
test_scenarios/factory-request-reply/events/main.go:30
StructProductIDRequest
test_scenarios/factory-request-reply/prices/grpc_client.go:11
StructProductIDRequest
test_scenarios/factory-request-reply/inventory/grpc_client.go:11
StructProductPriceResponse
test_scenarios/factory-request-reply/prices/grpc_client.go:15
StructProductStockResponse
test_scenarios/factory-request-reply/inventory/grpc_client.go:15
StructRepositoryImpl
test_scenarios/request-reply-callback/orders/repository.go:21
StructRepositoryImpl
test_scenarios/request-reply-with-cancellation/orders/repository.go:15
StructRequestEvent
test_scenarios/request-reply-callback/events/main.go:3
StructSMSRequestEvent
test_scenarios/fire-and-forget/events/main.go:8
StructSMSSentEvent
test_scenarios/fire-and-forget/events/main.go:13
InterfaceServiceClient
test_scenarios/factory-request-reply/prices/grpc_client.go:7
InterfaceServiceClient
test_scenarios/factory-request-reply/inventory/grpc_client.go:7
StructServiceImpl
test_scenarios/factory-request-reply/prices/service.go:7
StructServiceImpl
test_scenarios/factory-request-reply/cart/service.go:14
StructServiceImpl
test_scenarios/factory-request-reply/inventory/service.go:7
StructServiceImpl
test_scenarios/request-reply-callback/orders/service.go:12
StructServiceImpl
test_scenarios/fire-and-forget/users/service.go:11
StructServiceImpl
test_scenarios/fire-and-forget/audit/service.go:11
StructServiceImpl
test_scenarios/request-reply-with-cancellation/orders/service.go:10
StructSmsServiceImpl
test_scenarios/fire-and-forget/notifications/sms_service.go:11
StructSomeOtherEvent
main_test.go:170
StructTopic
Topic keeps the subscribers of one topic
main.go:25
StructUint32Event
bench_test.go:14
StructUint32SyncEvent
bench_test.go:10
StructUserRegisteredEvent
test_scenarios/fire-and-forget/events/main.go:3
StructfakeCloser
test_scenarios/factory-request-reply/main_test.go:24
InterfaceiEventName
holds key (event name - string) versus topic values we allow developers to override event names. They should be careful about name collisions
main.go:14
StructinventoryClientStub
test_scenarios/factory-request-reply/main_test.go:39
StructpricesClientStub
test_scenarios/factory-request-reply/main_test.go:18