Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Aug 28, 2024
1 parent 68c4a0e commit 84752e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion org.eclipse.ecf.provider.etcd3/src/main/.gitignore

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*******************************************************************************
* Copyright (c) 2024 Composent, Inc. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Scott Lewis - initial API and implementation
******************************************************************************/
package org.eclipse.ecf.provider.etcd3.container;

import io.grpc.ManagedChannelBuilder;

public interface ManagedChannelBuilderConfigurer {

ManagedChannelBuilder<?> createAndConfigureManagedChannelBuilder(Etcd3DiscoveryContainerConfig config);

}

0 comments on commit 84752e2

Please sign in to comment.