mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
WIP
This commit is contained in:
@@ -16,7 +16,7 @@ using GitHub.Services.OAuth;
|
||||
|
||||
namespace GitHub.Runner.Listener
|
||||
{
|
||||
[ServiceLocator(Default = typeof(MessageListener))]
|
||||
[ServiceLocator(Default = typeof(BrokerMessageListener))]
|
||||
public interface IMessageListener : IRunnerService
|
||||
{
|
||||
Task<Boolean> CreateSessionAsync(CancellationToken token);
|
||||
|
||||
Reference in New Issue
Block a user