Skip to content

New interfaces for binding control #1055

Closed
@viniciusccarvalho

Description

@viniciusccarvalho

Provide a couple of new interfaces that binders may implement:

public interface Seekable {
   boolean seek(Long offset);
}
public interface Resumable
  boolean pause();
  boolean play();
}

Those two interfaces will be exposed via Actuator endpoints for users to play/pause/seek consumers

Implementations may reuse the lifecycle methods start/stop, but it may not be the case.

Start/Stop still plays a role for producers if setting autoStartEnabled

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions