Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/greenrobot/EventBus
/ builder
Method
builder
EventBus/src/org/greenrobot/eventbus/EventBus.java:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
public
static
EventBusBuilder builder() {
96
return
new
EventBusBuilder();
97
}
98
99
/** For unit test primarily. */
100
public
static
void
clearCaches() {
Callers
15
PerfTestEventBus
Method · 0.95
build
Method · 0.95
overwriteEventBus
Method · 0.95
setUp
Method · 0.95
testBadNoSubscriberSubscriber
Method · 0.95
setUp
Method · 0.95
testManualIndexWithoutAnnotation
Method · 0.95
EventBusSubscriberInJarTest
Class · 0.95
testSubscriberExceptionEvent
Method · 0.95
testBadExceptionSubscriber
Method · 0.95
testThrowSubscriberException
Method · 0.95
testDoNotSendSubscriberExceptionEvent
Method · 0.95
Calls
no outgoing calls
Tested by
14
PerfTestEventBus
Method · 0.76
build
Method · 0.76
overwriteEventBus
Method · 0.76
setUp
Method · 0.76
testBadNoSubscriberSubscriber
Method · 0.76
setUp
Method · 0.76
testManualIndexWithoutAnnotation
Method · 0.76
testSubscriberExceptionEvent
Method · 0.76
testBadExceptionSubscriber
Method · 0.76
testThrowSubscriberException
Method · 0.76
testDoNotSendSubscriberExceptionEvent
Method · 0.76
testDoNotSendNoSubscriberEvent
Method · 0.76