# Events Examples (/sdks/java/how-to/events)



Real-time fire-and-forget pub/sub: channels, subscribers, and streaming sends.

[Events getting started →](/learn/events/getting-started)

<Cards>
  <Card title="Basic Pub/Sub" href="/sdks/java/tutorials/basic-pubsub">
    Publish and subscribe to real-time events
  </Card>

  <Card title="Cancel Subscription" href="/sdks/java/how-to/events/cancel-subscription">
    Unsubscribe from an events channel
  </Card>

  <Card title="Consumer Group" href="/sdks/java/how-to/events/consumer-group">
    Load-balance events across multiple subscribers
  </Card>

  <Card title="Multiple Subscribers" href="/sdks/java/how-to/events/multiple-subscribers">
    Multiple subscribers receiving the same events
  </Card>

  <Card title="Stream Send" href="/sdks/java/how-to/events/stream-send">
    High-throughput event publishing via streaming
  </Card>

  <Card title="Wildcard Subscription" href="/sdks/java/how-to/events/wildcard-subscription">
    Subscribe using wildcard channel patterns
  </Card>
</Cards>
